Welcome![Sign In][Sign Up]
Location:
Search - TCP linux

Search list

[WinSock-NDISlinux下Qt实现的视频点播系统

Description: 提供的代码是编写一个基于linux系统的网络视频点播应用程序,利用Qt工具编写图形界面和基于TCP协议的网络传输模块。Linux操作系统以其开源性、多用户多任务、支持多种硬件平台、可靠地安全稳定性能以及日趋完善的图形界面和丰富的网络功能等等,逐渐成为了各行业的首选操作系统,尤其是基于ARM内核的嵌入式linux更是得到了极为广泛的应用。 本系统分为服务器端和客户端两部分。服务器端提供多视频源,供用户进行选择,客户端提供人机交互界面,当用户需要点播某个视频时,首先在Ip Address栏输入服务器的Ip地址,然后选择movies栏的下拉框,从视频列表中选择相应的视频目录,接着点击play按钮,一段缓冲之后开始播放视频,这样就完成了点播功能。
Platform: | Size: 8390 | Author: 879911752@qq.com | Hits:

[SourceCodelinux TCP UNIX domain

Description: 1、TCP UNIX 2、C/S Mode
Platform: | Size: 2240 | Author: arvin_fresh@sina.cn | Hits:

[Internet-Networkperro-1.0.2.tar

Description: 记录IP/TCP/UDP/ICMP网络包日志 -Recording ip/tcp/udp/icmp network logs
Platform: | Size: 27648 | Author: 站长 | Hits:

[Internet-Networklibtcp++-0.0.4.tar

Description: C++ TCP库 -C++ TCP lib
Platform: | Size: 7168 | Author: 站长 | Hits:

[Proxy Servertcpproxy-1.1.4.tar

Description: tcp代理服务器 -tcp proxy server
Platform: | Size: 23552 | Author: 站长 | Hits:

[Internet-Networktcp_wr

Description: 采用Fork方式的,TCP/IP的接收/发送程序。很经典-used Fork of the way, TCP/IP receive/transmit procedures. Classic
Platform: | Size: 2048 | Author: 阿晨 | Hits:

[Linux-UnixSocket_TCP-1.00

Description: TCP协议下套接字编程-TCP socket programming
Platform: | Size: 16384 | Author: 卢凤晖 | Hits:

[Linux-UnixUnixTCP

Description: Unix/Linux下服务端/客户通过TCP/IP通讯的程序-Unix/Linux server/client through the TCP/IP communications procedures
Platform: | Size: 77824 | Author: Scott | Hits:

[DocumentsLinux TCP-IP 协议栈源码分析(一)

Description: 本文可用于核心协议分析-paper can be used for the core protocol analysis
Platform: | Size: 7168 | Author: 董益佑 | Hits:

[Internet-NetworkSocketBaseClass

Description: 一个封装良好、稳定的SOCKET基类(TCP),不使用MFC,可初始化为服务端或客户端。-a good, stable base class SOCKET (TCP), do not use MFC, initialize to the server or client.
Platform: | Size: 6144 | Author: 黎昱 | Hits:

[Internet-Networktcp_source

Description: linux下的tcp传输程序,包括客户端和服务端-the tcp transfer procedures, including client and server
Platform: | Size: 1024 | Author: 郑杰 | Hits:

[Internet-Network13-1TCP

Description: Linux下最简单的tcp通讯,是个不错的例子,适合初学者快速入门,在linux rethat9调试通过!-Linux simple tcp communications, is a good example for beginners Quick Start in linux rethat9 debugging through!
Platform: | Size: 13312 | Author: | Hits:

[Internet-Networkcs通信

Description: linux下学习socket的编程,使用tcp协议,用c语言编写的,一个server.c 另一个为client.c 经过调试。-learning socket programming, using tcp agreement with the c language, a server.c client.c after another for debugging.
Platform: | Size: 2048 | Author: 宏伟 | Hits:

[Embeded Linuxarm_tcpip

Description: arm+linux下的socket编程程序,经过测试,功能齐全!-arm under the socket programming, tested and fully functional!
Platform: | Size: 2048 | Author: | Hits:

[TCP/IP stacklinux系统下用C程序实现Ping功能

Description: linux下用c实现的ping程序源码, 对于理解tcp/ip有很大帮助, 建议收藏, 取之于网,用之于网, 与你分享!-c ping procedures to achieve the source for understanding tcp/ip is very helpful, the proposed collection, taken from the network and use network, to share with you!
Platform: | Size: 6144 | Author: 朱冠胤 | Hits:

[Windows Developtcpc1

Description: linux下的网络通讯例程,采用TCP通讯,客户端例程,本人 在LINUX环境下测试通过,绝对好用哦-the examples about net communication in linux,is a client program that use the TCP protocal and is checked in linux envirment.It is good!!
Platform: | Size: 1024 | Author: 周三 | Hits:

[Embeded Linuxtalk_tcp_linux

Description: unix/linux使用socket编程的一个具体示例,包括服务器段和客户端程序。并给出使用嵌入式microwin的GUI的参考设计说明。-unix/linux use socket programming of a specific examples, including the server and client programs. Given the use of embedded microwin GUI reference design specification.
Platform: | Size: 918528 | Author: 刘浪 | Hits:

[Linux-UnixLinux-Network-Programming

Description: 《Linux网络编程》内容简介:Linux是目前最流行的开源操作系统,网络功能在Linux下占有核心的地位。《Linux网络编程》循序渐进地从应用层到Linux内核、从基本知识点到综合案例,向读者介绍如何在Linux下进行网络程序设计。《Linux网络编程》内容分为4个部分:Linux程序设计基础部分、Linux用户空间网络编程部分、Linux内核网络编程部分以及综合案例部分。内容包含Linux系统概述、Linux编程环境、Linux文件系统简介、Linux下的进程和线程、TCP/IP协议族、应用层网络服务程序、TCP编程、主机信息获取、数据IO复用、UDP编程、高级套接字、套接字选项、原始套接字、服务器模型、IPv6、Linux内核网络部分结构及分布、netfilter框架内报文处理。为了方便读者学习,《Linux网络编程》最后一个部分介绍了3个综合案例,包括应用层的Web服务器例子、简单的应用层网络协议站例子和内核层网防火墙的例子。 -"Linux Network Programming" Introduction: Linux is the most popular open source operating systems, network functionality in Linux, occupies the core position. "Linux Network Programming" step by step from the application layer to the Linux kernel, the basic knowledge from the point to the integrated case, the readers how to network programming under Linux. "Linux Network Programming" is divided into four parts: Linux part of program design, Linux user space part of network programming, Linux kernel network programming and integrated case some part. Includes an overview of Linux system, Linux programming environment, Linux File System Introduction, Linux processes and threads under, TCP/IP protocol suite, application layer network services program, TCP programming, host information access, data IO Multiplexing, UDP programming, advanced socket, socket option, the original socket, server model, IPv6, Linux kernel network part of the structure and distribution, netfilter framework of mess
Platform: | Size: 1734656 | Author: chinq | Hits:

[Internet-Networklinux-socket-c

Description: linux网络编程实例,讲解了一些udp tcp的socket编程,有select的例子-linux network programming examples to explain some of the udp tcp socket programming, there are select examples of
Platform: | Size: 571392 | Author: yzh | Hits:

[Linux-Unix多进程tcp服务器

Description: 多进程LINUX tcp 服务器 模块,易语言代码 .(Multi process LINUX TCP server module, easy to language code.)
Platform: | Size: 108544 | Author: 打开房间 | Hits:
« 1 23 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net